BatchWrite<>.Combine Method (BatchWrite[])

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Creates a MultiTableBatchWrite object that is a combination of the current BatchWrite and the specified BatchWrites

Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public MultiTableBatchWrite Combine(
         BatchWrite[] otherBatches
)

Parameters

otherBatches
Type: Amazon.DynamoDBv2.DataModel.BatchWrite[]

Other BatchWrite objects

Return Value
Type: Amazon.DynamoDBv2.DataModel.MultiTableBatchWrite
MultiTableBatchWrite consisting of the multiple BatchWrite objects: the current batch and the passed-in batches.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5